What is the best language to use for building a fulfillment engine [on hold]

Posted by John Stapleton on Programmers See other posts from Programmers or by John Stapleton
Published on 2013-11-03T23:59:58Z Indexed on 2013/11/04 4:12 UTC
Read the original article Hit count: 240

Filed under:

I asked this on stack overflow and was suggested to move it here. I do understand it is a matter of opinion which is exactly what I aim to achieve here... I wanted to know what you think is the best language to write a fulfillment engine in? I cannot provide much detail but I am trying to build a control interface for servers and i wanted to build a program daemon that would process data on the authoritative server and the slave servers( the backbone of the network) with their own daemons running would check regularly(every 5 minutes or so) with the authoritative server and process the commands(securely)

I am trying to build this with a minimal footprint(cpu and ram wise for the slaves, authoritative is going to be scalable) and to make it automated so that the user does not have to configure the daemon(installation is automated by the authoritative server)

I am leaning away from my usual php set up for simplicity sake.

Edit: I am not an expert in any particular language but flexible enough and willing to learn another.

© Programmers or respective owner

Related posts about languages